home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
MacPNG Library 1.02
/
pngMacSrc 1.02
/
png.1
/
ptot
/
inflate.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-18
|
324b
|
17 lines
/*
* inflate.h
*
* Definitions needed for interfacing ptot to Mark Adler's
* inflate.c from the Info-ZIP distribution. Most of the
* real work is moved to ptot.h, because ptot.c needs to
* share the structures.
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "ptot.h"
extern PNG_STATE ps;